Programming
epub |eng | | Author:Ray Nicholus
At the top of the preceding code, I’m simply selecting elements needed by our move operation. The last line is the most important one. Since the insertBefore() method is defined ...
( Category:
Human-Computer Interaction
November 5,2016 )
epub, pdf |eng | | Author:Paul Asjes
To store the user's win, we use the Redis client's zincrby method, which will increment the winner's score by one. Note how we can specify how much to increment by ...
( Category:
JavaScript
September 18,2016 )
epub |eng | | Author:Frank M. Kromann
$size = [160, 120]; $orig = GetImageSize('IMG_0099.JPG'); $a1 = $size[0] / $size[1]; $a2 = $orig[0] / $orig[1]; if ($a1 > $a2) { $d = ceil($orig[0] / $size[0]); } else { ...
( Category:
PHP
July 28,2016 )
epub, pdf |eng | 2016-03-28 | Author:Antonio Lopez [Lopez, Antonio]
This last method expects that both the path of the request and the URL of the route follow the same pattern. With the explode method, we get two arrays that ...
( Category:
PHP
June 26,2016 )
epub, mobi, pdf |eng | 2014-06-14 | Author:Kyle Simpson
The block-scoping nature of catch may seem like a useless academic fact, but see Appendix B for more information on just how useful it might be. let Thus far, we’ve ...
( Category:
Programming
June 15,2016 )
epub |eng | 2016-04-06 | Author:David Sklar
Example 9-7. Opening a file on Windows $fh = fopen('c:/windows/system32/settings.txt','rb'); Because backslashes have a special meaning (escaping, which you saw in “Defining Text Strings”) inside strings, it’s easier to use ...
( Category:
Software Development
May 22,2016 )
epub, mobi |eng | 2014-04-14 | Author:Herbert Schildt [Schildt, Herbert]
Reading and Writing Binary Data So far, we have just been reading and writing bytes containing ASCII characters, but it is possible—indeed, common—to read and write other types of data. ...
( Category:
Beginner's Guides
April 18,2016 )
epub, mobi, pdf |eng | 2013-12-01 | Author:Myers, Mark [Myers, Mark]
scripts.js coreJS.js main-code.js main_code.js main.code.js You include a JavaScript file in an HTML file the same way you include an external CSS file—with an opening and closing tag. <script src="whatever.js"></script> ...
( Category:
JavaScript
April 18,2016 )
azw3, mobi |eng | 2016-01-19 | Author:Hill, Nathaniel [Hill, Nathaniel]
Now you can see when you enter in text into the text box and hit the click me box the text you enter replaces the original text that appeared. This ...
( Category:
JavaScript
March 31,2016 )
azw3, mobi |eng | 2015-12-18 | Author:Maxwell, David [Maxwell, David]
Sideloading Apps Sideloading is important because it allows you to install apps that are not available in the Windows Store. Here’s how you can do it: Open Settings > Update ...
( Category:
JavaScript
March 31,2016 )
epub |eng | 2016-02-15 | Author:Henry Rowland [Rowland, Henry]
That is how it should be. With Bootstrap combined with the AngularJS, the web pages which have been developed will be responsive, meaning that they will fit on the screens ...
( Category:
JavaScript
March 9,2016 )
epub |eng | | Author:Sam Ruby & Dave Thomas & David Heinemeier Hansson
Iteration K1: Deploying with Phusion Passenger and MySQL So far, as we’ve been developing a Rails application on our local machine, we’ve probably been using WEBrick or Mongrel when we ...
( Category:
Software Development
February 10,2016 )
epub, mobi |eng | 2015-05-19 | Author:Jaime Levy
Step 3 Paste all the screenshots into the presentation tool. If I am working on my own, I do mockups in Photoshop. If I am working with a team of ...
( Category:
Internet, Groupware, & Telecommunications
January 31,2016 )
epub |eng | 2015-05-27 | Author:Tsonev, Krasimir
The header and the navigation sections stay untouched. We have a nicely placed title at the top followed by the form that we mentioned. If the loading flag has true ...
( Category:
JavaScript
January 31,2016 )
mobi, epub |eng | 2015-01-26 | Author:Bruno Škvorc
Figure 5.2. Creating a new repository Give it a name of your choice, such as “phpenv,” and leave all other options on their default value. On the next screen, you’re ...
( Category:
PHP
January 27,2016 )
Categories
ActiveX | ASP.NET |
Cold Fusion | CSS |
DHTML | Java Server Pages |
JavaScript | PHP |
Python | Ruby |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12555)Hello! Python by Anthony Briggs(9904)
The Mikado Method by Ola Ellnestam Daniel Brolund(9769)
Dependency Injection in .NET by Mark Seemann(9329)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7771)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7550)
Svelte with Test-Driven Development by Daniel Irvine(7087)
Test-Driven Development with PHP 8 by Rainier Sarabia(6817)
Layered Design for Ruby on Rails Applications by Dementyev Vladimir;(6683)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(6530)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6399)
Web Development with Django by Ben Shaw Saurabh Badhwar(6150)
React Application Architecture for Production by Alan Alickovic(5870)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5802)
Kotlin in Action by Dmitry Jemerov(5048)
Audition by Ryu Murakami(4583)
Software Architecture for Web Developers by Mihaela Roxana Ghidersa(4411)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4313)
Accelerating Server-Side Development with Fastify by Manuel Spigolon Maksim Sinik & Matteo Collina(4264)
Functional Programming in JavaScript by Mantyla Dan(4037)
